Module Type
Defines the various types of functional units or content regions (Modules) that can be used within the RevelDigital player's screen layouts.
Each ModuleType
determines the kind of content a Module can display and its specific behavior or capabilities. For instance, an IMAGE
module is designed for slideshows, while a WEB
module renders web content.
This enum is typically used in conjunction with the getType method to identify and handle different module functionalities.
See also
Entries
Functions
ModuleType
enum constant.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.